projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5647f97
)
(struct window): Use EMACS_INT.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:43:45 +0000
(
00:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Sep 1994 00:43:45 +0000
(
00:43
+0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index cdb1804fd4f2192366b3bfe7bd11f7a559f82e76..1eafa73c3ed7f5ec632f3b33644fcccf93988502 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-75,7
+75,7
@@
struct window
{
/* The first two fields are really the header of a vector */
/* The window code does not refer to them. */
-
int
size;
+
EMACS_INT
size;
struct Lisp_Vector *vec_next;
/* The frame this window is on. */
Lisp_Object frame;